get_noptin_plugin_path( string $append = '' )
Returns a path to the noptin dir.
Parameters Parameters
- $append
(string) (Optional) The path to append to the include dir path.
Default value: ''
Return Return
(string)
Source Source
File: includes/functions.php
function get_noptin_plugin_path( $append = '' ) { return plugin_dir_path( Noptin::$file ) . $append; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.3 | Introduced. |