<?php show_term_meta_form(); ?>
The file wp-content/plugins/zyx-term-meta/includes/admin/custom-template-form.php has the functions to display the custom template term metadata form.
The file wp-content/plugins/zyx-term-meta/includes/admin/html_term-meta-form.php contains the functions to show the HTML HEAD term meta form.
The file wp-content/plugins/zyx-term-meta/includes/admin/page-links-form.php has the functions to display the link to Page term meta form.
The file wp-content/plugins/zyx-term-meta/includes/admin/parentage-form.php
The file wp-content/plugins/zyx-term-meta/includes/admin/term-group-form.php includes the function to show the term group metadata form.
The WordPress file wp-content/plugins/zyx-term-meta/includes/admin/term-meta-form.php manages the edit term meta admin form.
The file wp-content/plugins/zyx-term-meta/includes/admin/term-post-custom-boxes.php
The file wp-content/plugins/zyx-term-meta/includes/admin/term-post-custom-form.php has the function to display the custom fields term metadata.
The termmeta section to control the widgets by term.
By the Web Warlock, Tuesday, 8/Jun/2010 6:14
Description of the function show_term_meta_form located in the file wp-content/plugins/zyx-term-meta/includes/admin / term-meta-form.php. Displays the Edit Term Meta admin form. Calls the action edit_term_meta_form. Hooks to the edit_tag_form action hook at priority 0.
<?php show_term_meta_form(); ?>
374 queries. 0.406 seconds. Powered by WordPress
Code is magic