WordPress-Plugin-Template
WordPress-Plugin-Template copied to clipboard
A robust code template for creating a standards-compliant WordPress plugin.
register_setting validation not working (validation function does not called) `register_setting( $this->parent->_token . '_settings', $option_name, $validation);`
Hi, I'm trying to use the validate_field callback function but I don't undestand how I pass the field "type" to the function, I only have recibied the $data field. Thanks
Hi, how to settings functions ? checkbox ? `$options = get_option( 'wpt_single_checkbox' ); if ( $options['checked'] == 'checked' ) { echo 'Checked'; } else { echo 'Unchecked'; } ` Thanks...
Should mostly address these issues to comply with WPPHPCS: https://github.com/hlashbrooke/WordPress-Plugin-Template/issues/91 https://github.com/hlashbrooke/WordPress-Plugin-Template/issues/81
display user meta field via the admin api class
A new(?) feature on GitHub allows owners to set their repo as a "Template Repository" - this allows people on GitHub to create a new repo using the same file...
Hi @jonathanbossenger, trying to create a contributing guideline, would this work out?
closes #36
Hi, First of all, thank you very much for developing this template. And sorry for not being able to help as much as I could. Recently I've submit a (very...
Calling all active participants/users of this plugin template. I've recently merged all PRs that could be merged into the develop branch. Before merging these changes into master, I'd like to...