Compare commits

...

2 Commits

Author SHA1 Message Date
jorge e6277a5e89 changed associats icon 2024-02-23 13:12:45 +01:00
jorge 4b3260587f added ingnored files 2024-02-23 13:12:30 +01:00
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -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

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-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,