Viewing Archived Content
Archived Content is viewable to logged in users only
Show Archived Content to All Users
add_filter( 'aps_status_arg_public', '__return_true' );
add_filter( 'aps_status_arg_private', '__return_false' );
add_filter( 'aps_status_arg_exclude_from_search', '__return_false' );Change which users can view archived content
add_filter( 'aps_default_read_capability', function( $capability ) {
return 'aps_user_view_capability'; // change to the capability of your choice
});Archived Title Label
Place the label after the title
Change the separator
Remove the label
Last updated