A Composer package that provides utility functions to templating functionality in plugins..
Given a file a file inside a plugin directory, no matter how deep in the directory three, returns the absolute path to root directory of the plugin.
Similar to get_template_part()
loads a template from a plugin directory.
The plugin folder where to search is obtained from first argument, that can be a file in the target plugin directory,
no matter how deep in the directory three.
Templates to be searched pass through 'plugin_template_part_templates'
filter.
Similar to plugin_template_part()
(also trigger same filter) it returns the path of found template instead of including it.
Similar to get_theme_file_path()
returns the path of a file inside a plugin directory.
The target plugin is obtained from first argument, that can be a file in the target plugin directory,
no matter how deep in the directory three.
Returns empty string if the file does not exists.
Returned value passes through 'plugin_file_path'
filter.
Similar to get_theme_file_uri()
returns the URL of a file inside a plugin directory.
The target plugin is obtained from first argument, that can be a file in the target plugin directory,
no matter how deep in the directory three.
Returns empty string if the file does not exists.
Returned value passes through 'plugin_file_uri'
filter.
Like Inpsyde\plugin_template_part()
but fallbacks to theme (or child theme) if file is not found in plugin.
Like Inpsyde\plugin_file_path()
but fallbacks to theme (or child theme) if file is not found in plugin.
Like Inpsyde\plugin_file_uri()
but fallbacks to theme (or child theme) if file is not found in plugin.
- PHP 5.6+
- Composer to install
Via Composer, package name is inpsyde/plugin-templating-utils
.
Copyright (c) 2017 Inpsyde GmbH.
"Plugin Templating Utils" code is licensed under MIT license.
The team at Inpsyde is engineering the Web since 2006.