Astra_Migrate_Header_Components::get_examples()

Get examples.


Description


Return

(array)


Source

File: inc/abilities/customizer/header/class-astra-migrate-header-components.php

	public function get_examples() {
		return array(
			'fix header component IDs',
			'migrate header components',
			'normalize header widget IDs',
			'fix menu_secondary to menu-2',
			'repair header builder components',
			'convert header component IDs',
			'fix header components not showing',
			'migrate header builder IDs',
		);
	}

User Contributed Notes

You must log in before being able to contribute a note or feedback.