8.w16,S=143444,W=145369 4 00_m 1674044535.M389410P3030849.w16,S=5659,W=5778 4 x0_m 1674044587.M314906P3031494.w16,S=28511,W=29051 4 0_m 1674046004.M861800P3041687.w16,S=46388,W=47188 4 1_m 1674046144.M171452P3042596.w16,S=64876,W=66153 4 P1_m 1674046443.M326655P3044775.w16,S=11970,W=12202 4 1_m 1674048769.M555510P3061474.w16,S=157991,W=160162 4 1_m 1674049729.M946955P3068171.w16,S=24301,W=24768 4 02_m 1674050565.M220893P3073577.w16,S=28548,W=29088 4 x2_m 1674050704.M194171P3074439.w16,S=13689,W=13987 4 2_m 1674052779.M313762P3087652.w16,S=13930,W=14232 4 3_m 1674052785.M298684P3087719.w16,S=13840,W=14140 4 P3_m 1674052791.M66984P3087778.w16,S=13732,W=14032 4 3_m 1674053125.M355367P3089844.w16,S=21454,W=21879 4 3_m 1674053884.M747822P3094249.w16,S=28513,W=29053 4 (4_m 1674054803.M477021P3100156.w16,S=14056,W=14358 4 p4_m 1674054808.M8836P3100205.w16,S=14077,W=14379 4 4_m 1674055667.M13622P3105961.w16,S=24861921,W=25184837 4 5_m 1674057458.M301699P3116869.w16,S=21639,W=22053 4 P5_m 1674057532.M659180P3117509.w16,S=19885,W=20292 4 5_m 1674057536.M667167P3117567.w16,S=20084,W=20486 4 5_m 1674057540.M752176P3117635.w16,S=19940,W=20340 4 (6_m 1674057545.M11791P3117686.w16,S=36222,W=36901 4 p6_m 1674057549.M308097P3117726.w16,S=32459,W=33099 4 6_m 1674057553.M608751P3117774.w16,S=25109,W=25606 4 7_m 1674057557.M766122P3117806.w16,S=10045,W=10358 4 H7_m 1674057561.M873308P3117857.w16,S=18691,W=19077 4 7_m 1674057565.M658703P3117894.w16,S=20841,W=21257 4 7_m 1674058493.M708778P3124484.w16,S=28224,W=28719 4 8_m 1674058939.M950052P3127562.w16,S=6226,W=6411 4 h8_m 1674058955.M89222P3127752.w16,S=33613,W=34159 4 8_m 1674061737.M234107P3145612.w16,S=12742,W=13013 4 8_m 1674061746.M922296P3145712.w16,S=12681,W=12951 4 @9_m 1674061755.M605643P3145790.w16,S=12746,W=13017 4 9_m 1674061764.M706482P3145891.w16,S=12692,W=12962 4 9_m 1674061777.M786635P3146004.w16,S=12751,W=13022 4 :_m 1674061787.M240601P3146086.w16,S=12758,W=13029 4 `:_m 1674061798.M784852P3146175.w16,S=12763,W=13034 4 :_m 1674064774.M365235P3161226.w16,S=20943,W=21217 4 :_m 1674064955.M355201P3162038.w16,S=20978,W=21252 4 8;_m 1674065069.M689472P3162624.w16,S=23836,W=24243 4 ;_m 1674112839.M970039P80997.w16,S=10088,W=10278 4 ;_m 1674113910.M587534P232515.w16,S=6886,W=7044 4 <_m 1674115394.M413136P298555.w16,S=7740,W=7887 4 X<_m 1674115959.M414415P308658.w16,S=10092,W=10282 4 <_m 1674115979.M570433P309009.w16,S=14901,W=15175 4 <_m 1674117462.M555639P335356.w16,S=31434,W=31920 4 0=_m 1674118014.M733668P345168.w16,S=13766,W=14065 4 x=_m 1674118274.M13144P349747.w16,S=10079,W=10269 4 =_m 1674119033.M195364P363549.w16,S=167208,W=169391 4 >_m 1674119278.M766646P368136.w16,S=6885511,W=6974959 4 X>_m 1674119383.M283876P369903.w16,S=13707,W=14006 4 >_m 1674119666.M989920P374859.w16,S=18700,W=19089 4 >_m 1674120126.M712338P383035.w16,S=7646,W=7817 4 0?_m 1674120410.M345112P386206.w16,S=15397,W=15713 4 x?_m 1674120421.M944839P386938.w16,S=7541,W=7704 4 ?_m 1674120444.M811553P387229.w16,S=44410,W=45209 4 @_m * * Republishes the original post with the passed post, when using the Classic Editor. * * Runs also in the Block Editor to save the custom meta data only when there * are custom meta boxes. * * @param int $post_id The copy's post ID. * @param WP_Post $post The copy's post object. * * @return void */ public function track_after_post_request( $post_id, $post ) { if ( $this->is_rest_request() ) { return; } $this->track_request( $post ); } }