jetpack_post_list_display_share_action

jetpack_post_list_display_share_action

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: jetpack.13.2.1

apply_filters('jetpack_post_list_display_share_action') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-post-list/src/class-post-list.php line 133
    			 *
    			 * @param boolean Whether we should show the share action for this post type.
    			 * @param string  The current post type.
    			 */
    			apply_filters( 'jetpack_post_list_display_share_action', false, $post_type )
    		) {
    			// Add Share post action.
    			add_filter( 'post_row_actions', array( $this, 'add_share_action' ), 20, 2 );
    			add_filter( 'page_row_actions', array( $this, 'add_share_action' ), 20, 2 );
    		}
    	}
    

See this hook used in plugins: