# In-dashboard Upgrading in WP Admin

When you [integrate Freemius’ WordPress SDK](https://freemius.com/help/help/documentation/wordpress/integration-with-sdk/.md) into your plugin or theme, the free version automatically includes a pricing table and a purchase button, enabling customers to purchase directly from their WP Admin dashboard. We call this *In-Dashboard Upgrading*.

The pricing and features on this table automatically sync with what you’ve configured in the **Plans** section of your Developer Dashboard, keeping everything up-to-date and consistent.

![Freemius - WP admin In-dashboard Upgrading](/help/assets/ideal-img/freemius-in-dashboard-upgrading.dd8ff05.480.png)

By default, the pricing table includes an option for customers to make purchases while committing to a subscription. However, you can also [offer trials](https://freemius.com/help/help/documentation/wordpress/free-trials/.md) for your premium plans, allowing customers to experience the benefits of your product before committing to a purchase.

## Customizing the Pricing Table[​](#customizing-the-pricing-table "Direct link to Customizing the Pricing Table")

### Hide Pricing Plans[​](#hide-pricing-plans "Direct link to Hide Pricing Plans")

If you’d like to hide a plan from the WP Admin pricing table, you can do so by toggling the **Is Hidden** switch in the **Plans** section.

<!--$-->

[](/help/videos/freemius-dashboard-hide-pricing-plan.mp4)

<!--/$-->

## Customizing the Pricing Page[​](#customizing-the-pricing-page "Direct link to Customizing the Pricing Page")

### Modify CSS Styles[​](#modify-css-styles "Direct link to Modify CSS Styles")

You can customize the appearance of the pricing table displayed in the WP Admin dashboard by [modifying the CSS styles](https://freemius.com/help/help/documentation/wordpress-sdk/customization/filters-actions-hooks/.md#pricingcss_path). This allows you to match the look and feel of your plugin or theme.

### Override the Default Pricing Page[​](#override-the-default-pricing-page "Direct link to Override the Default Pricing Page")

Alternatively, you can create a completely custom pricing page by following the steps outlined in our [Custom Pricing Page](https://github.com/Freemius/pricing-page#how-to-create-my-own-pricing-app-version) public repo.

## Customizing with Hooks[​](#customizing-with-hooks "Direct link to Customizing with Hooks")

The WordPress SDK provides several hooks that allow you to customize the pricing table and purchase process. You can use these hooks to modify the content, appearance, and behavior of the pricing table to better suit your needs.

* Override [default monthly setting](https://freemius.com/help/help/documentation/wordpress-sdk/customization/filters-actions-hooks/.md#pricingshow_annual_in_monthly) pricing.
* Override the default Freemius WordPress SDK [pricing page url](https://freemius.com/help/help/documentation/wordpress-sdk/customization/filters-actions-hooks/.md#pricing_url)
* Controls the [visibility of the pricing link for the product](https://freemius.com/help/help/documentation/wordpress-sdk/customization/filters-actions-hooks/.md#is_pricing_page_visible)

More hooks and filters can be found under the [Filters & Actions Hooks](https://freemius.com/help/help/documentation/wordpress-sdk/customization/filters-actions-hooks/.md) section.
