0
Good afternoon,
Had a problem with a menu in my Wordpress, and solved using a plugin. I wonder how the plugin solved my problem in code issues, there is some way to see the changes that the plugin has made?
0
Good afternoon,
Had a problem with a menu in my Wordpress, and solved using a plugin. I wonder how the plugin solved my problem in code issues, there is some way to see the changes that the plugin has made?
0
The answer is in your plugin. If it does: "Insert background color to menu items" and you want to know how it puts that color, you have to understand about:
add_action( 'wp_head'...
, add_filter('...
, add_action('customize_register...
, add_action('admin_head...
. These plugins, which you’re talking about, usually only access the wordpress core and make your changes, according to Thema or not.
Browser other questions tagged wordpress plugin
You are not signed in. Login or sign up in order to post.