added espais associats as custom post type

This commit is contained in:
jorge-vitrubio 2024-02-23 11:04:23 +01:00
parent bdadceaa43
commit f56ceac367
1 changed files with 5 additions and 0 deletions

View File

@ -77,5 +77,10 @@ include( XARXAPROD_WPPLUGIN_PATH . 'includes/custom-post-type-convos.php');
include( XARXAPROD_WPPLUGIN_PATH . 'includes/custom-field-convos-filter.php');
include( XARXAPROD_WPPLUGIN_PATH . 'includes/custom-field-convos-filter-function-frontend.php');
// post type associats
include( XARXAPROD_WPPLUGIN_PATH . 'includes/custom-post-type-associats.php');
include( XARXAPROD_WPPLUGIN_PATH . 'includes/custom-field-associats-filter.php');
include( XARXAPROD_WPPLUGIN_PATH . 'includes/custom-field-associats-filter-function-frontend.php');
// plugin js scripts
include( XARXAPROD_WPPLUGIN_PATH . 'includes/register-plugin-scripts.php');