get_noptin_include_dir( string $append = '' )
Returns a path to the includes 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_include_dir( $append = '' ) { return get_noptin_plugin_path( "includes/$append" ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |