wpDiscuz 7 API Documentation

⌘K
  1. Home
  2. Docs
  3. wpDiscuz 7 API Documentat...
  4. Actions
  5. wpdiscuz_dynamic_css

wpdiscuz_dynamic_css

This action can be used to insert the dynamic CSS in the header.

Parameters

$options (type: WpdiscuzOptions object) – the options of the wpDiscuz plugin

Usage

add_action("wpdiscuz_dynamic_css", function ($options) {
    echo "CUSTOM_STYLE";
});

Changelog

since 7.0.0 version