Add action to hook additional settings into performance details

This commit is contained in:
Brian Miyaji
2019-05-31 14:10:30 +10:00
parent 01a3634eff
commit dd81afec31

View File

@@ -157,6 +157,8 @@ class SP_Meta_Box_Performance_Details extends SP_Meta_Box_Config {
</ul> </ul>
<?php <?php
} }
do_action( 'sportspress_meta_box_performance_details', $post );
} }
/** /**