Use db table editor in another
-
Hi,
I have to move the usage of your plugin inside a plugin instead of the theme… but actually I can’t because your plugin isn’t loaded at the time my plugin is. So, in order to make it possible, I could suggest you a little improvement.
If you add this code for example :add_action( ‘init’, ‘init’, 0 );
function init() {
do_action( ‘db-table-editor_init’ );
}So it will be possible to hook and to perform code once your plugin in loaded.
Let me know what you thing about it.Best regards,
Nicolas Letellier.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Use db table editor in another’ is closed to new replies.