421*422* @param false|string$output Short-circuit return value. Either falseor the value to replace the shortcode with.423* @param string$tag Shortcode name.424* @param array$attr Shortcode attributes array, can be emptyif the original arguments string cannot be parsed.425* @param array$m Regular expression matcharray.426*/427$return=apply_filters('pre_do_shortcode_tag',false,$tag,$attr,$m);428if(false!==$return){429return$return;430}431432$content=$m[5]??null;433
History
Introduced in 4.7.0. Unchanged from 6.7.7 through 7.1.0.