Astra_Addon_License_Notice::enqueue_notice_styles()

Add inline padding to license notices via the astra-notices stylesheet handle.


Description


Return

(void)


Source

File: admin/core/includes/class-astra-addon-license-notice.php

	public function enqueue_notice_styles() {
		wp_add_inline_style( 'astra-notices', '.astra-addon-license-notice { padding: 12px; }' );
	}

Changelog

Changelog
Version Description
4.13.4 Introduced.

User Contributed Notes

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