Skip to content

Commit

Permalink
load option-type earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
moldcraft committed Feb 22, 2015
1 parent b1d13d2 commit 519ee75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/create-option-type.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To define a new option type, create a class that extends the base option type cl
require_once dirname(__FILE__) . '/option-types/new/class-fw-option-type-new.php';
}
}
add_action('fw_init', '_action_theme_include_custom_option_types');
add_action('fw_init', '_action_theme_include_custom_option_types', 9);
.. code-block:: php
Expand Down

0 comments on commit 519ee75

Please sign in to comment.