WooSubscriptionsNotes::admin_init()
Method: Things to do on admin_init.
Source: packages/woocommerce-admin/src/Notes/WooSubscriptionsNotes.php:76
Method: Things to do on admin_init.
Source: packages/woocommerce-admin/src/Notes/WooSubscriptionsNotes.php:76
Method: Checks the connection. Adds a note (as necessary) if there is no connection.
Source: packages/woocommerce-admin/src/Notes/WooSubscriptionsNotes.php:105
Method: Deletes a note for a given product ID, if the note exists at all.
Source: packages/woocommerce-admin/src/Notes/WooSubscriptionsNotes.php:261
Method: Finds a note for a given product ID, if the note exists at all.
Source: packages/woocommerce-admin/src/Notes/WooSubscriptionsNotes.php:239
Method: We want to bubble up expiration notices when they cross certain age thresholds. PHP 5.2 doesn’t support constant arrays, so we do this.
Source: packages/woocommerce-admin/src/Notes/WooSubscriptionsNotes.php:27
Method: Returns the WooCommerce.com provided site ID for this site.
Source: packages/woocommerce-admin/src/Notes/WooSubscriptionsNotes.php:134
Method: Gets the product_id (if any) associated with a note.
Source: packages/woocommerce-admin/src/Notes/WooSubscriptionsNotes.php:203
Method: Returns an array of product_ids whose subscriptions are active on this site.
Source: packages/woocommerce-admin/src/Notes/WooSubscriptionsNotes.php:148
Method: Whether or not we think the site is currently connected to WooCommerce.com.
Source: packages/woocommerce-admin/src/Notes/WooSubscriptionsNotes.php:124
Method: Removes notes for product_ids no longer active on this site.
Source: packages/woocommerce-admin/src/Notes/WooSubscriptionsNotes.php:216