wpl_is_attachment_disabled, in_array( attachment, $options[show], true

wpl_is_attachment_disabled, in_array( attachment, $options[show], true

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('wpl_is_attachment_disabled, in_array( attachment, $options[show], true') is found 1 times:

  • /modules/likes/jetpack-likes-settings.php line 569
    		 * @since 2.2.0
    		 *
    		 * @param bool $enabled Are Post Likes enabled on attachment pages?
    		 */
    		return (bool) apply_filters( 'wpl_is_attachment_disabled', in_array( 'attachment', $options['show'], true ) );
    	}
    
    	/**
    	 * The actual options block to be inserted into the sharing page.
    	 */
    	public function admin_settings_init() {