You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to add a list tree-view of (woocommerce) categories from a terms list. The wp-osa looks promising and I have not spent much time sorting through it, although it looks pretty straightforward.
Not so much an issue as a feature request or a better way to implement feature
I am trying to add a custom callback for a settings_field which does not exists. Maybe adding a field that would hook into a function that is created inside the plugin-name-admin-display file and then have a method in the wp-osa class to callout a clean sanitized function.
Right now, as a bandaid, I created a settings type argument called list. Then set the $value parameter to equal the function in my --admin-display (HTML) file.
I am attempting to add a list tree-view of (woocommerce) categories from a terms list. The wp-osa looks promising and I have not spent much time sorting through it, although it looks pretty straightforward.
Not so much an issue as a feature request or a better way to implement feature
I am trying to add a custom callback for a settings_field which does not exists. Maybe adding a field that would hook into a function that is created inside the plugin-name-admin-display file and then have a method in the wp-osa class to callout a clean sanitized function.
Right now, as a bandaid, I created a settings type argument called list. Then set the $value parameter to equal the function in my --admin-display (HTML) file.
https://pastebin.com/faygQp6Y
`function callback_list( $args ) {
}`
The text was updated successfully, but these errors were encountered: