Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_Ext_Sticky_Header_Markup / Astra_Ext_Sticky_Header_Markup::disabled()

Astra_Ext_Sticky_Header_Markup::disabled()

Method to return string ‘disabled’.


Description


Return

(string) Returns 'disabled' string literal.


Source

File: addons/sticky-header/classes/class-astra-ext-sticky-header-markup.php

		public function disabled() {
			return 'disabled';
		}

Expand full source code Collapse full source code View on Trac


Changelog

Changelog
Version Description
4.6.9 Introduced.

User Contributed Notes

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