Skip to content

Commit

Permalink
add pages
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanedemotte authored Nov 23, 2018
1 parent ce80d06 commit b8c48a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions options/origin-acf-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function __construct() {
add_action( 'init', function() {
$post_types = array_diff(get_post_types(['_builtin' => false]), ['acf-field-group', 'acf-field']);
$post_types['option'] = 'option';
$post_types['page'] = 'page';

// add taxonomy in filter
$terms = get_taxonomies();
Expand Down

0 comments on commit b8c48a7

Please sign in to comment.