This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Astra_Customizer_Notices_Configs::get_custom_layout_edit_link()

Return post edit page url for Custom Layouts post type.


Description


Return

(String) Admin URL for Custom Layouts post edit screen.


Source

File: classes/customizer/class-astra-customizer-notices-configs.php

		private function get_custom_layout_edit_link() {
			return admin_url( 'edit.php?post_type=astra-advanced-hook' );
		}


User Contributed Notes

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