Compare commits
2 Commits
f56ceac367
...
e6277a5e89
Author | SHA1 | Date |
---|---|---|
jorge | e6277a5e89 | |
jorge | 4b3260587f |
|
@ -17,6 +17,7 @@
|
||||||
/readme.html
|
/readme.html
|
||||||
/wp-*.php
|
/wp-*.php
|
||||||
/xmlrpc.php
|
/xmlrpc.php
|
||||||
|
/ignore-*
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
wp-config.php
|
wp-config.php
|
||||||
|
|
|
@ -74,7 +74,7 @@ if ( ! function_exists('xarxaprod_wpplugin_custom_post_associat_init') ){
|
||||||
'show_in_admin_bar' => true,
|
'show_in_admin_bar' => true,
|
||||||
'show_in_rest' => true,
|
'show_in_rest' => true,
|
||||||
'menu_position' => 5,
|
'menu_position' => 5,
|
||||||
'menu_icon' => 'dashicons-calendar',
|
'menu_icon' => 'dashicons-groups',
|
||||||
'can_export' => true,
|
'can_export' => true,
|
||||||
'has_archive' => true,
|
'has_archive' => true,
|
||||||
'exclude_from_search' => false,
|
'exclude_from_search' => false,
|
||||||
|
|
Loading…
Reference in New Issue