You should use the dynamic_sidebar to spit out the widgets inside the newly created sidebar before the woo main container.
add_action( 'woo_main_before', 'woo_sidebar' );
function woo_sidebar() {
if (is_woocommerce()) {
echo '<div class="primary">';
dynamic_sidebar( 'filters' );
echo '</div>';
}
}
Related Posts:
- Is there a way to send HTML formatted emails with WordPress’ wp_mail() function?
- Is there a hook that runs after a user logs in?
- Is there a limit to hook priority?
- Hook after image is uploaded and image sizes generated
- How to call a REST endpoint when a post is published?
- __NAMESPACE__ with register_activation_hook
- How to check if which hook triggered the call to a function?
- Hook for URL Request
- Hook/notify when any option or setting is added or updated
- Which hooks is this? add_action(‘wp’,
- admin_notices after register_uninstall / deactivate_hook
- Hooks are not executing
- add_action on inherit post status
- Best possible way to get all options
- Why does wp_enqueue_script ignore my ‘wp_head’ hook?
- wordpress custom modules/widget areas on the page? can i make my own?
- How to add hook to the_title() and get_the_title()
- Add custom URLs to WordPress’s XML sitemap
- Hooking after get_header()
- How to get post ID in post_updated action hook?
- How can I set status=’publish’ for all featured images?
- How to send data from a form created by a plugin to an external API?
- How to get all functions with priority ‘1’ attached to hook ‘wp_head’
- Problem using role_has_cap hook
- How to change the location of admin notice in html without using Javascript?
- Why doesn’t wp_enqueue_script() work when including a JavaScript file with TEMPLATEPATH?
- How to find hooks as per Just-In-Time approach?
- What are the differences between comment_form_logged_in_after and comment_form_after_fields?
- Detect change to user_meta and retrieve old and new values
- Featured Image Action Hook
- Get log of function/method calls made by do_action() on WordPress initialization
- How to find a callback attached to a bbpress hook?
- Event Calendar using insert_post_data after save_post and insert_post after post_transition draft_to_schedule
- How to extend custom (non-core) blocks?
- Hooking into the init action will fire it too frequently?
- Implement Hooks Using Array
- What hook is used to display the admin_bar on the front end?
- Is there a JavaScript equivalent of get_post_field?
- User update hook
- register_activation_hook not updating
- Redirect customer to login if not logged in when proceeding to checkout
- Adding a hook to the default (page.php) template
- Add action hook into wp_localize_script
- WP_query hooks before execute a search query
- Conditional for autosave or auto draft?
- Using delete_attachment to prevent an attachment not working
- How does do_action( ) works actually?
- Giving the_excerpt in the place of the_content?
- Hook to init or call explicitly within functions.php
- How to add content to the end of a page with a hook?
- Use a variable created in get_header to calculate stuff in wp_footer
- register_deactivation_hook argument -> pass arguments in the selected function
- WordPress’s “Text” Format
- How to use a WooCommerce action hook?
- run script on publish
- Calling add_action on a filter hook?
- Remove Header and Footer if user is not logged on
- What is deprecated_argument_run meant to do exactly?
- How do I run an action after a featured image has been selected in the Gutenberg editor?
- How to run a function after wp() in the wp-blog-header.php file?
- WordPress cronjob get scheduled but function does not run
- How to add a HTML element in ADMIN edit post window?
- wp query add array by if condition
- WP Cron not executing after timespan
- Gravity Forms | Form Object is NULL [closed]
- Change status of page after an event (Looking for best practice advice)
- Post via wp-admin and via iOS app, same hooks and triggers involved?
- add_action hook for links.php page
- Add action save post when create and publish
- Hooking after blog info update
- Hook to add_action(‘updated_option_my_option’, [$this, ‘save_data’], 10, 3]);
- Hooks for Start/End of Batch Plugin Updates in wordpress
- How to load another post if condition is true
- Registered custom dynamic tag not appearing
- Struggling with plugin dev basics: add_action
- RTrouble passing arguments to action
- How to hook add_action() into after category description with id?
- What hook can you use to get the full response?
- delete_user hook failed
- Which things should be called with `after_setup_theme`?
- Changing header logo href for the checkout page
- Prefixing widget_posts_args Hook
- Can’t get ID of post that relates to the comment
- Updating user meta data from external link, user not logged in
- adding wordpress yoast SEO canonical url from “transition_post_status” hook
- Remove lines from RSS Feed
- Is there a hook that triggers when grant secondary user role in WordPress?
- How can I insert custom html code inside a div dynamically?
- How to trigger click events using hooks
- remove_action() hook not working
- How WordPress understands what do with the (all) key in the $wp_filter array? [duplicate]
- Function Hooked on Init Running Multiple Times
- WP-Automatic to run publish hooks
- template_redirect and title
- Hide post completely and still reach it via cURL
- Problem in register activation hook and Copying folder
- Why does hook priority affects admin menu permission error?
- add_action failed to display function by a plugin
- Callback API for getting response from fygaro payment gateway
- Changing login url