ACF Theme Code for Advanced Custom Fields
The ACF Theme Code plugin automatically generates the code needed to implement Advanced Custom Fields in your themes. Video note: This free version of ACF Theme Code now supports ACF 6. Features Reduce your development time. When you publish, edit or update an ACF Field Group, the code required to implement your fields is displayed in the Theme Code section at the bottom of your Edit Field Group page. Use the clipboard icons in this section quickly copy and paste the code blocks into your theme templates. Quality, flexible, custom code. The code generated by Theme Code Pro is based on the official Advanced Custom Fields documentation and includes escaping for secure output. All code generated has been thoroughly tested and is created with speed and flexibility of implementation in mind. Comprehensive field support This version of ACF Theme Code generates code for all the field types included in the free version of Advanced Custom Fields (see the full list of field types and settings below). The code generated is specific to the field names and field settings you use for each of your fields. ACF Theme Code PRO ACF Theme Code PRO is the premium version of this plugin. It has the following additional features. Support for all the complex field types that are included in Advanced Custom Fields PRO. Repeater Flexible Content Gallery Clone The addition of a Theme Code Location Registration Tool to the ACF Tools page that generates code for registering locations. Blocks Options Pages Support for more complex ACF Field Group Locations. Block Options Page Widget Taxonomy Comment Attachment Current User User Form Support for a range of third party fields. Upgrade or learn more about ACF Theme Code PRO. ACF fields supported This free version of ACF Theme Code generates code for the following ACF field types and settings: Text Text Area Number Range Email URL Password Image (return types Array, URL and ID) File (return types Array, URL and ID) WYSIWYG Editor oEmbed Select (values Single and Multiple, return types Value, Label and Array) Checkbox (return types Value, Label and Array) Radio Button (return types Value, Label and Array) Button Group (return types Value, Label and Array) True / False Link (return types Array and URL) Post Object (values Single and Multiple, return types Post Object and Post ID) Page Link (values Single and Multiple) Relationship (return types Post Object and Post ID) Taxonomy (appearances Checkbox, Multi Select, Radio Buttons and Select, return types Term Object and Term ID) User (values Single and Multiple, return types User Array, User Object and User ID) Google Map Date Picker Date Time Picker Colour Picker Group Requirements Advanced Custom Fields or ACF PRO (version 5.8.9 or higher) Thank you Thanks to all of our beta testers. Including Elliot Condon, Phil Smart, Richard Johnston and James Bundey. Translations Would you like to use the ACF Theme Code plugin in your native language? Then why not contribute a translation via translate.wordpress.org. If you are new to translating plugins, there is a helpful First Steps guide available. View the current state translations for ACF Theme Code. Any and all assistance with translations is greatly appreciated. Please let us know if you need any help with submitting translations.
Top keywords
- code22×4.07%
- acf16×2.96%
- types15×2.77%
- theme13×2.40%
- theme code12×2.22%
- return11×2.03%
- return types11×2.03%
- field10×1.85%
- acf theme9×1.66%
- acf theme code9×1.66%
- fields9×1.66%
- array8×1.48%
AutoQA
Ver 0.9.8.3 Beta AutoQA Automate the testing of your WordPress sites and plugins without the need for coding. AutoQA is a simple automation plugin designed to improve your regression testing process, reducing testing time by up to 70%. It comes equipped with a variety of useful testing steps and a WordPress-specific test runner, ensuring seamless integration and efficient performance within your WordPress environment. Website | Documentation Key Features Flows Each flow acts as a customizable test case, allowing users to simulate and verify various processes within their application. A flow consists of a series of steps, which represent specific actions or interactions. Whether it’s a simple user journey or a complex workflow, this feature enables detailed testing by breaking down tasks into manageable steps, ensuring that every aspect of your process works seamlessly from start to finish. Steps The Steps feature in the Flow plugin is designed to automate user actions, emulating how a real user would interact with your website or WordPress application. Each step represents a specific action, such as clicking a button, filling out a form, or navigating through pages. These steps are built within a Flow, where they combine to form a comprehensive test case. By using Steps, you can easily automate repetitive user interactions, allowing the plugin to test your site or app seamlessly. This saves you time and ensures that all key functionalities are thoroughly verified without manual intervention. With Steps, you can ensure a smoother, error-free experience for your users, all while simplifying your testing process. Runners Designed to efficiently handle and execute each step of your flow in sequence. It ensures that all steps are processed systematically, checking whether each step passes or fails based on predefined criteria. The Runner automatically records the results, including pass/fail status, directly into the database for easy tracking and review. This feature simplifies the management of test cases, making it easier to monitor progress and identify issues at any step in the process. Steps Start – This step initiates the test by directing the browser or test framework to navigate to a specific URL provided by the user. Input Click – Simulates a user clicking on an element (e.g., a button or a link) on the web page. Hover – Simulates a user hovering their mouse over a particular element on the webpage. Manual Input – Provides an opportunity for the user to input values or perform actions manually during the test run. Set Text – Automatically fills in a text field or text area with specified input. Set Select – Simulates selecting an option from a dropdown or selection field. Send Keys – Simulates the sending keys to field. Drag and Drop – Simulates the drag and drop event. Empty Field – Empty the text field. Scroll – Emulates the action of scrolling through a page or a specific element. Reload – Simulates refreshing or reloading the current web page. Upload File Upload Image – Generates test image and simulate the upload event. Upload PDF – Generates test PDF and simulate the upload event. Check Check Page Title – Verifies that the title of the current webpage matches the expected value. Check Text – Verifies that specific text is present within a non-input field element, such as a div, span, or p. Check Value – Validates the value of form field elements like input, textarea, or select. Check Attribute – Validates that a specific attribute of an element has the expected value. Check Element Count – Verifies the number of occurrences of certain elements (e.g., li, div, option) on the page matches the expected count. Check Visibility – Checks if a specified element is visible or hidden on the page. Check Data – Validates data stored in the browser’s local or session storage, using a user-assigned name and value. Delay Delay – Pauses the execution of the test for a specified amount of time (in seconds). Wait To – Pauses the test execution until a specific element performs a certain action (e.g., becomes visible, clickable, or contains text). Data Element Data – Stores the value or attribute of an element into a data variable for later use. Store Data – Allows users to store dynamic data into a variable, which can include system-generated values like date and timestamp, or data extracted from elements. WordPress Check Meta – This step verifies specific metadata associated with a WordPress post, page, or custom post type. Users can define which meta keys and values to check, ensuring that expected metadata is present and correct. Check Transient – This step inspects WordPress transients, which are temporary, cached data stored in the database. It checks if a specified transient exists and whether it holds the correct data, helping ensure that temporary data caching behaves as expected. Check Scheduler – This step reviews scheduled tasks (cron jobs) in WordPress to confirm their existence Check Post – This step validates specific details of a WordPress post, such as its title, content, status, or other attributes. It ensures that a particular post or custom post type is published, draft, or set up with the correct data as expected.