SproutCMS

This is the code documentation for the SproutCMS project

function remove()

Remove a widget to the list of widgets for a specific area

Usage

void Widgets::remove ( int $area_id , string $name );

Arguments

  1. int $area_id
    The widget area to add the widget to
  2. string $name
    The name of the widget to remove

Return value

  • void