ID ) );
if ( isset( $rejected_uris[ $path ] ) ) {
$reject_current_uri = true;
}
}
?>
>
$label ) {
$disabled = disabled( ! get_rocket_option( $field ), true, false );
// translators: %s is the name of the option.
$title = $disabled ? ' title="' . esc_attr( sprintf( __( 'Activate first the %s option.', 'rocket' ), $label ) ) . '"' : '';
$class = $disabled ? ' class="rkt-disabled"' : '';
$checked = ! $disabled ? checked( ! get_post_meta( $post->ID, '_rocket_exclude_' . $field, true ), true, false ) : '';
?>
>
', '' );
?>