You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param string $tag The name of the filter to hook the $method to.
141
-
* @param type $method The name of the method to be called when the filter is applied.
141
+
* @param string $method The name of the method to be called when the filter is applied.
142
142
* @param int $priority optional. Used to specify the order in which the functions associated with a particular action are executed (default: 10). Lower numbers correspond with earlier execution, and functions with the same priority are executed in the order in which they were added to the action.
143
143
* @param int $accepted_args optional. The number of arguments the function accept (default 1).
* @param bool $force If this is true, then the chart data will be force refreshed. If false, data will be refreshed only if the chart requests live data.
285
+
* @param WP_Post|null $chart The chart object.
286
+
* @param int $chart_id The chart id.
287
+
* @param bool $force If this is true, then the chart data will be force refreshed. If false, data will be refreshed only if the chart requests live data.
287
288
*
288
289
* @access public
289
290
*/
@@ -396,33 +397,43 @@ public function refresh_db_for_chart( $chart, $chart_id, $force = false ) {
0 commit comments