Viewing 2 replies - 1 through 2 (of 2 total)
  • I’d really like to see that too ! +1

    Replace this

    $pendings_query = new WP_Query( array(
    			'post_type' => 'post',

    with this

    $pendings_query = new WP_Query( array(
    			'post_type' => 'any',

    at line 83 in version 2.0.0

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Dashboard: Pending Review] Add Custom Post Types’ is closed to new replies.