plugin_dir_url [ WordPress Function ]
plugin_dir_url ( $file )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Gets the URL directory path (with trailing slash) for the plugin __FILE__ passed in
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/plugin dir url « WordPress Codex
Description. Gets the URL (with trailing slash) for the plugin __FILE__ passed in. Usage. <?php plugin_dir_url( $file ); ?> Parameters. $file: (string) (required) ...
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_url | 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_url
Nov 15, 2011 ... function WPFA_Styles() { wp_enqueue_style( 'WPFA-Plugin-Style', plugin_dir_url ( __FILE__ ) . 'wpfa-plugin-style.css', array(), '0.1', 'screen' ) ...
wpfirstaid.com