Add Beans editor assets.
beans_add_editor_assets( )
Return: (void)
Source
function beans_add_editor_assets() {
add_editor_style( BEANS_ASSETS_URL . 'css/editor' . BEANS_MIN_CSS . '.css' );
}
Add Beans editor assets.
Return: (void)
function beans_add_editor_assets() {
add_editor_style( BEANS_ASSETS_URL . 'css/editor' . BEANS_MIN_CSS . '.css' );
}