Too many filters, use action instead
This commit is contained in:
@ -40,12 +40,7 @@ function cwv3_get_css() {
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
}
|
}
|
||||||
<?php
|
<?php do_action( 'cwv3_after_css' ); ?>
|
||||||
if ( ! empty( $custom_css ) ) {
|
|
||||||
echo apply_filters( 'cwv3_custom_css', $custom_css );
|
|
||||||
}
|
|
||||||
do_action( 'cwv3_after_css' );
|
|
||||||
?>
|
|
||||||
</style>
|
</style>
|
||||||
<!-- END CWV3-CSS -->
|
<!-- END CWV3-CSS -->
|
||||||
<?php
|
<?php
|
||||||
|
Reference in New Issue
Block a user