woogc/options/options_html
Action
woogc/options/options_html
Action being used when options output. Should be used to add more options
Example
add_action('woogc/options/options_html', 'my_woogc_options_options_html'); function my_woogc_options_options_html() { ?> <select name="my_custom_option"> <option value="1">Option 1</option> <option value="2">Option 2</option> </select> <?php }
Related Posts
Managing multiple WooCommerce shops within a WordPress Multisite environment can be challenging, especially when it comes to keeping product information consistent across all stores. The WooCommerce Product Synchronization feature in the WP Global Cart plugin addresses this challenge by enabling seamless synchronization of products across your network.
Subscribe
Login
0 Comments
Oldest
Newest
Most Voted
Inline Feedbacks
View all comments