LLMS_Nav_Menus::output_scripts()

Output JS to ensure that users don’t edit the #llms-signout URL that’s replaced dynamically with an actual signout link.


Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.nav.menus.php

				</span>
				<span class="add-to-menu">
					<input type="submit" class="button-secondary submit-add-to-menu right" value="<?php esc_attr_e( 'Add to menu', 'lifterlms' ); ?>" name="add-post-type-menu-item" id="submit-posttype-llms-nav-items">
					<span class="spinner"></span>
				</span>
			</p>
		</div>
		<?php
	}

	/**
	 * Output JS to ensure that users don't edit the #llms-signout URL that's replaced dynamically with an actual signout link.
	 *
	 * @since 3.14.7

Top ↑

Changelog Changelog

Changelog
Version Description
3.14.7 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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