Too many filters, use action instead

This commit is contained in:
Jay Wood
2015-08-29 14:52:25 -04:00
parent eb8cf3c573
commit 57aa07163e

View File

@ -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