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.14.5

apply_filters('jetpack_post_list_display_share_action') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-post-list/src/class-post-list.php line 147
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
             *
             * @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: