plugin_dir_path [ WordPress Function ]
plugin_dir_path ( $file )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Gets the filesystem directory path (with trailing slash) for the plugin __FILE__ passed in
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/plugin dir path « WordPress Codex
Description. Gets the filesystem directory path (with trailing slash) for the plugin __FILE__ passed in. Usage. <?php plugin_dir_path( $file ); ?> Parameters ...
codex.wordpress.org - Properly get your Plugin's Path and URL - Better WordPress
Feb 24, 2011 ... Yet another two undocumented WordPress functions that can help you tremendously when writing a plugin or theme.
betterwp.net - Plugin_dir_path | WP Code Snippets
May 28, 2011 ... Recently, I was working on a plugin that needed to extract the first and last names of the site admin on which the plugin was activated.
wpcodesnippets.info - WP First Aid | plugin_dir_path
Nov 15, 2011 ... Note the use of `plugin_dir_path` in the conditional check, this is key as the ` is_readable` function requires the path and will not work using the ...
wpfirstaid.com