See if the key starts with 'advagg_relocate_css_file_settings'.

Paramètres

string $key: They array key as a string.

Return value

bool TRUE if the input string starts with 'advagg_relocate_css_file_settings'.

1 string reference to '_advagg_relocate_admin_is_css_file_settings'
advagg_relocate_admin_settings_form_submit dans advagg_relocate/advagg_relocate.admin.inc
Submit callback, clear out the advagg cache bin.

Fichier

advagg_relocate/advagg_relocate.admin.inc, line 462

Code

function _advagg_relocate_admin_is_css_file_settings($key) {
    return strpos($key, 'advagg_relocate_css_file_settings') === 0;
}