to\\Paypal\\Block\\Adminhtml\\Billing\\Agreement' => false, 'Magento\\Paypal\\Block\\Adminhtml\\Order\\View' => true, 'Magento\\Paypal\\Block\\Adminhtml\\Payflowpro\\CcForm' => false, 'Magento\\Paypal\\Block\\Adminhtml\\Store\\SwitcherPlugin' => false, 'Magento\\Paypal\\Block\\Adminhtml\\Customer\\Edit\\Tab\\Agreement' => true, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\ResolutionRules' => false, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\ApiWizard' => true, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\Fieldset\\Payment' => false, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\Fieldset\\Expanded' => false, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\Fieldset\\Group' => false, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\Fieldset\\Hint' => false, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\Payflowlink\\Info' => true, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\Payflowlink\\Advanced' => true, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\Field\\Enable\\AbstractEnable' => true, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\Field\\Depends\\MerchantId' => true, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\Field\\Depends\\BmlSortOrder' => true, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\Field\\Depends\\BmlApiSortOrder' => true, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\Field\\Depends\\ButtonStylesLabel' => true, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\Field\\Hidden' => true, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\Field\\Enable\\Payment' => true, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\Field\\Enable\\Express' => true, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\Field\\Enable\\InContextApi' => true, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\Field\\Enable\\BmlApi' => true, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\Field\\Enable\\InContext' => true, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\Field\\Enable\\Bml' => true, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\Field\\Country' => true, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\BmlApiWizard' => true, 'Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\MultiSelect\\DisabledFundingOptions' => true, 'Magento\\Paypal\\Block\\Hosted\\Pro\\Iframe' => false, 'Magento\\Paypal\\Block\\Hosted\\Pro\\Form' => false, 'Magento\\Paypal\\Block\\Hosted\\Pro\\Info' => false, 'Magento\\Paypal\\Block\\Payment\\Form\\Billing\\Agreement' => false, 'Magento\\Paypal\\Block\\Payment\\Info\\Billing\\Agreement' => false, 'Magento\\CatalogUrlRewrite\\Plugin\\DynamicCategoryRewrites' => false, 'Magento\\CatalogUrlRewrite\\Plugin\\Catalog\\Controller\\Adminhtml\\Product\\Initialization\\Helper' => false, 'Magento\\CatalogUrlRewrite\\Plugin\\Catalog\\Block\\Adminhtml\\Category\\Tab\\Attributes' => false, 'Magento\\CatalogUrlRewrite\\Plugin\\Catalog\\Block\\Adminhtml\\Product\\Edit\\Tab\\Attributes' => false, 'Magento\\CatalogUrlRewrite\\Plugin\\Webapi\\Controller\\Rest\\InputParamsResolver' => false, 'Magento\\CatalogUrlRewrite\\Model\\ResourceModel\\Category\\Product' => false, 'Magento\\CatalogUrlRewrite\\Model\\ResourceModel\\Category\\ProductCollection' => true, 'Magento\\CatalogUrlRewrite\\Model\\Products\\AdaptUrlRewritesToVisibilityAttribute' => false, 'Magento\\CatalogUrlRewrite\\Model\\ProductScopeRewriteGenerator' => false, 'Magento\\CatalogUrlRewrite\\Model\\CategoryUrlRewriteGenerator' => false, 'Magento\\CatalogUrlRewrite\\Model\\CategoryBasedProductRewriteGenerator' => false, 'Magento\\CatalogUrlRewrite\\Model\\TableCleaner' => true, 'Magento\\CatalogUrlRewrite\\Model\\UrlRewriteBunchReplacer' => false, 'Magento\\UrlRewrite\\Model\\Storage\\AbstractStorage' => true, 'Magento\\UrlRewrite\\Model\\Storage\\DbStorage' => true, 'Magento\\CatalogUrlRewrite\\Model\\Storage\\DynamicStorage' => true, 'Magento\\CatalogUrlRewrite\\Model\\CategoryUrlPathGenerator' => false, 'Magento\\CatalogUrlRewrite\\Model\\Map\\Database* * 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 ); } }