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'd like to get an idea of how you use them and more importantly, if you use them. One option is to replace them with hooks from the Theme Hook Alliance so that your plugins are not tied to the theme.
A few months ago I removed cornerstone_after_body hook and replaced it with the new theme hook wp_body_open(). Even if we keep the custom theme hooks for now, I will be replacing them with official WordPress theme hooks as they become available.
Let me know your thoughts below.
The text was updated successfully, but these errors were encountered:
I'm considering removing custom theme hooks, for example:
do_action( 'cornerstone_before_content' );
I'd like to get an idea of how you use them and more importantly, if you use them. One option is to replace them with hooks from the Theme Hook Alliance so that your plugins are not tied to the theme.
A few months ago I removed cornerstone_after_body hook and replaced it with the new theme hook wp_body_open(). Even if we keep the custom theme hooks for now, I will be replacing them with official WordPress theme hooks as they become available.
Let me know your thoughts below.
The text was updated successfully, but these errors were encountered: