⚡ Snippet Reference¶
In Sublime-WP-Customizer, all the snippets are tab triggered which are aimed to bring ease to your workflow. Just select a snippet and then press the tab button to go from one editable part to another.
With Sublime-WP-Customizer you can add the following snippets:
- The tab trigger
wpCustomizerAddPaneladds a new Panel in the Customizer. - The tab trigger
wpCustomizerAddSectionadds a new Section in the Customizer. -The tab triggerwpCustomizerAddSettingadds a new Setting which gets saved in your database. - The tab trigger
wpCustomizerAddControlBasicadds a Basic Control field. - The tab trigger
wpCustomizerAddControlImageadds a control field for an Image. - The tab trigger
wpCustomizerAddControlUploadadds a new control field to Upload any file. - The tab trigger
wpCustomizerAddControlColoradds a control field for the Color picker. - The tab trigger
wpCustomizerPostMessageJSBasicadds a basic JS snippet for Transport/Refresh option. - The tab trigger
wpCustomizerRegisterFunctioncreates a function to hook inside the WP Customizer.