New to Translating WordPress? Read through our Translator Handbook to get started. Hide
Prio | Original string | Translation | — |
---|---|---|---|
For example, if you want to move your method <code>content_my_page_slug()</code>, then you would do something like, | You have to log in to add a translation. | Details | |
Original untranslated
For example, if you want to move your method <code>content_my_page_slug()</code>, then you would do something like,
You have to log in to edit this translation. Meta |
|||
Yes. The predefine method names also serve as a WordPress filter/action hook name. So you can just add callbacks to those hooks from a separate file. | You have to log in to add a translation. | Details | |
Original untranslated
Yes. The predefine method names also serve as a WordPress filter/action hook name. So you can just add callbacks to those hooks from a separate file.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
<code>no_ui_slider</code> - lets the user set values between ranges with a slider. | You have to log in to add a translation. | Details | |
Original untranslated
<code>no_ui_slider</code> - lets the user set values between ranges with a slider.
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
<code>toggle</code> - lets the user toggle a switch button. | You have to log in to add a translation. | Details | |
Original untranslated
<code>toggle</code> - lets the user toggle a switch button.
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
<code>path</code> - lets the user select file paths on the server. | You have to log in to add a translation. | Details | |
Original untranslated
<code>path</code> - lets the user select file paths on the server.
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
See an <a href="https://gist.github.com/michaeluno/b580ae3a021bafbe13da2d352885b13a">example</a>. | You have to log in to add a translation. | Details | |
Original untranslated
See an <a href="https://gist.github.com/michaeluno/b580ae3a021bafbe13da2d352885b13a">example</a>.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Alternately, you may use the <code>options_{instantiated class name}</code> filter to suppress the options so that setting the value argument is not necessary.↵ See examples, https://gist.github.com/michaeluno/c30713fcfe0d9d45d89f, https://gist.github.com/michaeluno/fcfac27825aa8a35b90f, | You have to log in to add a translation. | Details | |
Original untranslated
Alternately, you may use the <code>options_{instantiated class name}</code> filter to suppress the options so that setting the value argument is not necessary.↵
See examples, https://gist.github.com/michaeluno/c30713fcfe0d9d45d89f, https://gist.github.com/michaeluno/fcfac27825aa8a35b90f,
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
If it is a repeatable field, set values in numerically indexed sub-elements. | You have to log in to add a translation. | Details | |
Original untranslated
If it is a repeatable field, set values in numerically indexed sub-elements.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
You may directly read the code of the demo plugin. The demo plugin code is located in the <a href="https://github.com/michaeluno/admin-page-framework/tree/master/example">example</a> directory. | You have to log in to add a translation. | Details | |
Original untranslated
You may directly read the code of the demo plugin. The demo plugin code is located in the <a href="https://github.com/michaeluno/admin-page-framework/tree/master/example">example</a> directory.
CommentFound in faq list item. You have to log in to edit this translation. Meta |
|||
<code>inline_mixed</code> - consists of inline elements of fields with different field types. | You have to log in to add a translation. | Details | |
Original untranslated
<code>inline_mixed</code> - consists of inline elements of fields with different field types.
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
<strong>Nested Sections and Fields</strong> - nest sections and fields to construct complex forms. | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Nested Sections and Fields</strong> - nest sections and fields to construct complex forms.
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
In the framework factory class, you can access the utility object as it is defined already. | You have to log in to add a translation. | Details | |
Original untranslated
In the framework factory class, you can access the utility object as it is defined already.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
If you are new to PHP, you may feel uncomfortable dealing with multi-dimensional arrays because you would need to call <code>isset()</code> so many times. The framework has a utility method to help retrieve values of multi-dimensional arrays. | You have to log in to add a translation. | Details | |
Original untranslated
If you are new to PHP, you may feel uncomfortable dealing with multi-dimensional arrays because you would need to call <code>isset()</code> so many times. The framework has a utility method to help retrieve values of multi-dimensional arrays.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Getting Involved | You have to log in to add a translation. | Details | |
Original untranslatedMeta |
|||
You will have more organized means of building option pages with the framework. Extend the library class and pass your arrays defining the form elements to the predefined class methods. The library handles all the complex coding behind the scene and creates the pages and the forms for you. | You have to log in to add a translation. | Details | |
Original untranslated
You will have more organized means of building option pages with the framework. Extend the library class and pass your arrays defining the form elements to the predefined class methods. The library handles all the complex coding behind the scene and creates the pages and the forms for you.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
Export as
Comment
Found in faq paragraph.