Disable Premium
-
I’d like to be able to disable premium banks. I added this code to functions.php.
However it doesn’t seem to work. Syntax error?
function stockpack_providers( $providers ) {
return [
‘Pexels’ => __( ‘Pexels’, ‘stockpack’ ),
‘Pixabay’ => __( ‘Pixabay’, ‘stockpack’ ),
‘Unsplash’ => __( ‘Unsplash’, ‘stockpack’ ),
];
}add_filter( ‘stockpack_providers’, ‘stockpack_providers’, 20, 1 );
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Disable Premium’ is closed to new replies.