alch_allowed_editor_protocols
Example
function change_alch_allowed_editor_protocols() {
return array( 'https' );
}
add_filter( 'alch_allowed_editor_protocols', 'change_alch_allowed_editor_protocols' );Last updated
function change_alch_allowed_editor_protocols() {
return array( 'https' );
}
add_filter( 'alch_allowed_editor_protocols', 'change_alch_allowed_editor_protocols' );Last updated