sharing_show, $enabled, $post

sharing_show, $enabled, $post

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('sharing_show, $enabled, $post') is found 1 times:

  • /modules/likes/jetpack-likes-settings.php line 421
    		}
    
    		// Run through the sharing filters.
    		/** This filter is documented in modules/sharedaddy/sharing-service.php */
    		$enabled = apply_filters( 'sharing_show', $enabled, $post );
    
    		/**
    		 * Filters whether the Likes should be visible or not.
    		 * Allows overwriting the options set in Settings > Sharing.
    		 *
    		 * @module likes