DLX Plugins Documentation
Highlight and Share
Highlight and ShareGet QuotesDLXDLX PluginsMediaRon
Search
⌃K
Links
Welcome to Highlight and Share
Getting Started
Installing the Plugin
Finding the Plugin's Settings
How Highlight and Share Works
Configuring the Display Settings
Enabling the Social Networks
Enabling Shortlinks
Advanced Selectors
Changing Themes and Appearance
Inline Highlighting
What is Inline Highlighting
How to Add Inline Highlighting to Text
Configure Inline Highlighting
Click to Share Block
The Click to Share Block
Configuring the Block Editor Settings
Emails
Email Sharing
Email Admin Settings
Developers
Available Social Networks
Actions and Filters
Disable or Enable Text Selection
Changing Labels and Tooltips
Disabling CSS
Enabling or Disabling Social Networks
GitHub Repo
Quick Links
Highlight and Share Home
Highlight and Share Download
Support
MediaRon Home
DLX Plugins Home
Brand Assets
Powered By GitBook

Disabling CSS

To disable the CSS for Highlight and Share, please use the following filter: has_load_css.
The filter returns a boolean.
Example code for this filter is:
add_filter(
'has_load_css',
function( $load_css ) {
return false;
}
);
Previous
Changing Labels and Tooltips
Next
Enabling or Disabling Social Networks
Last modified 6mo ago
Copy link