• js & css of Flexible Table Block is being loaded on every page.
    They should be loaded only where Flexible Table Block is used.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Aki Hamano

    (@wildworks)

    A filter hook exists to control this.

    add_filter( 'should_load_separate_core_block_assets', '__return_true' );
    

    Also, this plugin does not load JavaScript at the frontend.

    • This reply was modified 3 years, 4 months ago by Aki Hamano.
    Thread Starter ashf

    (@ashf)

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘sitewide js & css’ is closed to new replies.