New to Translating WordPress? Read through our Translator Handbook to get started. Hide
Prio | Original string | Translation | — |
---|---|---|---|
↑ | Facilitates WordPress plugin and theme development. | Facilita el desarrollo de plugins y temas de WordPress | Details |
Original currentMeta |
|||
↑ | Admin Page Framework | Admin Page Framework | Details |
Original currentMeta |
|||
So for example, if you need to retrieve the value of <code>field_a</code> in <code>section_b</code>, you can do something like this. | You have to log in to add a translation. | Details | |
Original untranslated
So for example, if you need to retrieve the value of <code>field_a</code> in <code>section_b</code>, you can do something like this.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
And the option data is formed as an array with a structure like the following. | You have to log in to add a translation. | Details | |
Original untranslated
And the option data is formed as an array with a structure like the following.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Reduce the Time Spent for Plugin and Theme Development | You have to log in to add a translation. | Details | |
Original untranslated
Reduce the Time Spent for Plugin and Theme Development
CommentFound in description header. You have to log in to edit this translation. Meta |
|||
<a href="http://admin-page-framework.michaeluno.jp/tutorials/">Index</a> | You have to log in to add a translation. | Details | |
Original untranslated
<a href="http://admin-page-framework.michaeluno.jp/tutorials/">Index</a>
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
This enables the <code>select2</code> custom field type for the class <code>MyPlugin_AdminPageFramework</code>, not for the other classes. So essentially, do this for every class that uses the field type. | You have to log in to add a translation. | Details | |
Original untranslated
This enables the <code>select2</code> custom field type for the class <code>MyPlugin_AdminPageFramework</code>, not for the other classes. So essentially, do this for every class that uses the field type.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Do this in the <code>setUp()</code> method in your extended framework class. | You have to log in to add a translation. | Details | |
Original untranslated
Do this in the <code>setUp()</code> method in your extended framework class.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
In order to use a custom field type, you need to instantiate the field type class by passing the extended framework class name. For example, if your framework class name is <code>MyPlugin_AdminPageFramework</code> and the field type class name is <code>Select2CustomFieldType</code>, then you need to do | You have to log in to add a translation. | Details | |
Original untranslated
In order to use a custom field type, you need to instantiate the field type class by passing the extended framework class name. For example, if your framework class name is <code>MyPlugin_AdminPageFramework</code> and the field type class name is <code>Select2CustomFieldType</code>, then you need to do
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
This essentially eliminates the use of <code>include()</code> or <code>require()</code>, meaning you can call the custom field type files without using <code>include()</code>. However, the field type is not registered by itself yet. | You have to log in to add a translation. | Details | |
Original untranslated
This essentially eliminates the use of <code>include()</code> or <code>require()</code>, meaning you can call the custom field type files without using <code>include()</code>. However, the field type is not registered by itself yet.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Most likely, you have not registered the field type. The check-box in <code>Generator</code> will include the field type files in the zip archive and their paths in the list for the auto-loader loaded by the framework bootstrap file. | You have to log in to add a translation. | Details | |
Original untranslated
Most likely, you have not registered the field type. The check-box in <code>Generator</code> will include the field type files in the zip archive and their paths in the list for the auto-loader loaded by the framework bootstrap file.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Please keep in mind that these are just a few of many possibilities. If you encounter a situation that prevented the user from saving options, please <a href="https://github.com/michaeluno/admin-page-framework/issues">report</a>. | You have to log in to add a translation. | Details | |
Original untranslated
Please keep in mind that these are just a few of many possibilities. If you encounter a situation that prevented the user from saving options, please <a href="https://github.com/michaeluno/admin-page-framework/issues">report</a>.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
<code>post_type_taxonomy</code> - lets the user select taxonomy terms of selected post types. | You have to log in to add a translation. | Details | |
Original untranslated
<code>post_type_taxonomy</code> - lets the user select taxonomy terms of selected post types.
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
<code>section_title</code> - a text field placed in the section title to let the user name the section. | You have to log in to add a translation. | Details | |
Original untranslated
<code>section_title</code> - a text field placed in the section title to let the user name the section.
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
<code>select2</code> - lets the user select items from a predefined list which cam be populated with AJAX. | You have to log in to add a translation. | Details | |
Original untranslated
<code>select2</code> - lets the user select items from a predefined list which cam be populated with AJAX.
CommentFound in description list item. You have to log in to edit this translation. Meta |
Export as
Comment
Short description.