Filter: juiz_sps_custom_skin_folder

apply_filters( 'juiz_sps_custom_skin_folder', $folder_name ) → {string}
The folder name where the skins within active WordPress theme is.

Parameters:

Name Type Description
$folder_name string The name of the folder from the template directory.
Since:
  • 2.0.0 First version
Author:
Source:
Tutorials:

Returns:

The new name of the folder if changed (default: nobs-skins).
Type
string