WP has a get_template_part () function that connects files from the selected theme.
And how to connect the file from the plugin in the same way?
With plugin_dir_path ()?
WP has a get_template_part () function that connects files from the selected theme.
And how to connect the file from the plugin in the same way?
With plugin_dir_path ()?
Source: https://ru.stackoverflow.com/questions/907814/
All Articles