woocommerce_admin_shared_settings

woocommerce_admin_shared_settings

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_filters('woocommerce_admin_shared_settings') is found 1 times:

  • /src/Internal/Admin/WCAdminSharedSettings.php line 73
    					 * Filters the shared settings that are passed to the client.
    					 *
    					 * @since 6.4.0
    					 */
    					return apply_filters( 'woocommerce_admin_shared_settings', array() );
    				}
    			);
    
    			add_action(
    				'admin_enqueue_scripts',
    				function () {
    

See this hook used in plugins: