Gets a default‘s preset name by a provided slug.
Parameters
$slugstringrequired- The slug we want to find a match from default presets.
$base_patharrayrequired- The path to inspect. It’s
'settings'by default.
Source
'path' => $node_path,
'selector' => static::append_to_selector( $selectors[ $name ]['elements'][ $element ], $pseudo_selector ),
);
}
}
}
}
}
}
return $nodes;
}
/**
Changelog
| Version | Description |
|---|---|
| 5.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.