learndash_filter_mce_css( string $mce_css = '' )

Loads editor styles for LearnDash.


Description Description

Fires on mce_css hook. We need to add the LD custom CSS to the function parameter. Not replace it see https://codex.wordpress.org/Plugin_API/Filter_Reference/mce_css


Parameters Parameters

$mce_css

(Optional) Comma-delimited list of stylesheets.

Default value: ''


Top ↑

Return Return

(string) Comma-delimited list of stylesheets.


Top ↑

Source Source

File: includes/ld-wp-editor.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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