Compare commits

..

No commits in common. "e6277a5e8965d2338e9959e3ab61a4d702f1ecbe" and "f56ceac367f886febe15cf16b1cc7471e8354ed6" have entirely different histories.

2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -17,7 +17,6 @@
/readme.html /readme.html
/wp-*.php /wp-*.php
/xmlrpc.php /xmlrpc.php
/ignore-*
# Configuration # Configuration
wp-config.php wp-config.php

View File

@ -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-groups', 'menu_icon' => 'dashicons-calendar',
'can_export' => true, 'can_export' => true,
'has_archive' => true, 'has_archive' => true,
'exclude_from_search' => false, 'exclude_from_search' => false,