• Could you had a hook to modify the post types that are supported? That way, a person could modify which posts have the buttons.

    Something like:

    $supported_types = apply_filters( 'next_prev_post_button_supported_types', array('page', 'post') );

    Thanks

  • The topic ‘Add Supported Post Type Hook’ is closed to new replies.